Uses of Interface
com.cisco.pt.ipc.sim.Cluster
Packages that use Cluster
Package
Description
Java Framework built for Packet Tracer 8.1.0.
-
Uses of Cluster in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc that return ClusterModifier and TypeMethodDescriptionIPCFactory.getChildClusterAt(Cluster cluster, int index) IPCFactory.getCluster(LogicalWorkspace logicalWorkspace, String clusterId) IPCFactory.getClusterForItem(LogicalWorkspace logicalWorkspace, UUID itemUuid) IPCFactory.getClusterFromItem(LogicalWorkspace logicalWorkspace, UUID clusterItemUuid) IPCFactory.getCurrentCluster(LogicalWorkspace logicalWorkspace) IPCFactory.getParentCluster(Cluster cluster) IPCFactory.getRootCluster(LogicalWorkspace logicalWorkspace) Methods in com.cisco.pt.ipc with parameters of type ClusterModifier and TypeMethodDescriptionIPCFactory.getChildClusterAt(Cluster cluster, int index) IPCFactory.getParentCluster(Cluster cluster) -
Uses of Cluster in com.cisco.pt.ipc.events
Methods in com.cisco.pt.ipc.events with parameters of type ClusterModifier and TypeMethodDescriptionvoidClusterEventRegistry.addListener(ClusterEventListener listener, Cluster objClass) voidClusterEventRegistry.addSpecificListenerFiltered(ClusterEventListener listener, Cluster objClass, List<String> events) voidClusterEventRegistry.removeListener(ClusterEventListener listener, Cluster objClass) voidClusterEventRegistry.removeSpecificListenerFiltered(ClusterEventListener listener, Cluster objClass, List<String> events) -
Uses of Cluster in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return ClusterModifier and TypeMethodDescriptionCluster.getChildClusterAt(int index) Information provided by the PKI file:Cluster.getParentCluster()Information provided by the PKI file: -
Uses of Cluster in com.cisco.pt.ipc.sim.impl
Classes in com.cisco.pt.ipc.sim.impl that implement ClusterMethods in com.cisco.pt.ipc.sim.impl that return ClusterModifier and TypeMethodDescriptionClusterImpl.getChildClusterAt(int index) Information provided by the PKI file:ClusterImpl.getParentCluster()Information provided by the PKI file: -
Uses of Cluster in com.cisco.pt.ipc.ui
Methods in com.cisco.pt.ipc.ui that return ClusterModifier and TypeMethodDescriptionLogicalWorkspace.getCluster(String clusterId) Information provided by the PKI file:LogicalWorkspace.getClusterForItem(UUID itemUuid) Information provided by the PKI file:LogicalWorkspace.getClusterFromItem(UUID clusterItemUuid) Information provided by the PKI file:LogicalWorkspace.getCurrentCluster()Information provided by the PKI file:LogicalWorkspace.getRootCluster()Information provided by the PKI file: -
Uses of Cluster in com.cisco.pt.ipc.ui.impl
Methods in com.cisco.pt.ipc.ui.impl that return ClusterModifier and TypeMethodDescriptionLogicalWorkspaceImpl.getCluster(String clusterId) Information provided by the PKI file:LogicalWorkspaceImpl.getClusterForItem(UUID itemUuid) Information provided by the PKI file:LogicalWorkspaceImpl.getClusterFromItem(UUID clusterItemUuid) Information provided by the PKI file:LogicalWorkspaceImpl.getCurrentCluster()Information provided by the PKI file:LogicalWorkspaceImpl.getRootCluster()Information provided by the PKI file: